home *** CD-ROM | disk | FTP | other *** search
- object frmTestRig: TfrmTestRig
- Left = 284
- Top = 120
- Width = 489
- Height = 383
- Caption = 'Test Rig'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 252
- Width = 481
- Height = 104
- Align = alBottom
- TabOrder = 0
- object bSort0: TButton
- Left = 12
- Top = 10
- Width = 223
- Height = 25
- Caption = 'Sort By Curr'
- TabOrder = 0
- OnClick = bSort0Click
- end
- object bSort1: TButton
- Left = 12
- Top = 40
- Width = 223
- Height = 25
- Caption = 'Sort By Int, DateTime(Desc)'
- TabOrder = 1
- OnClick = bSort1Click
- end
- object bSort2: TButton
- Left = 11
- Top = 70
- Width = 223
- Height = 25
- Caption = 'Sort By Bool(Desc.), String'
- TabOrder = 2
- OnClick = bSort2Click
- end
- object bSort3: TButton
- Left = 240
- Top = 10
- Width = 223
- Height = 25
- Caption = 'Sort By Int, String(Desc)'
- TabOrder = 3
- OnClick = bSort3Click
- end
- object bSort4: TButton
- Left = 240
- Top = 40
- Width = 223
- Height = 25
- Caption = 'Sort By Int, Bool, Curr'
- TabOrder = 4
- OnClick = bSort4Click
- end
- end
- object grdG: TStringGrid
- Left = 0
- Top = 0
- Width = 481
- Height = 252
- Align = alClient
- FixedCols = 0
- RowCount = 2
- TabOrder = 1
- ColWidths = (
- 89
- 78
- 74
- 84
- 119)
- end
- end
-